home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / default.cfg < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.8 KB  |  100 lines

  1. unbindall
  2.  
  3. //
  4. // Movement Keys
  5. //
  6. //bind UPARROW "+forward"
  7. bind w "+forward"
  8. //bind DOWNARROW "+back"
  9. bind s "+back"
  10. bind a "+moveleft"
  11. //bind LEFTARROW "+moveleft"
  12. bind d "+moveright"
  13. //bind RIGHTARROW "+moveright"
  14. bind SPACE "+moveup"
  15. bind LCTRL "+movedown"
  16. bind LSHIFT "+speed"
  17. //bind z "toggle cl_run"
  18. bind c "+leanright"
  19. bind z "+leanleft"
  20.  
  21. //
  22. // View Keys for keyboard players
  23. //
  24. //bind DEL "+lookdown"
  25. //bind PGDN "+lookup"
  26. //bind END "centerview"
  27. //bind LEFTARROW "+left"
  28. //bind RIGHTARROW "+right"
  29.  
  30.  
  31. //
  32. // Combat Keys
  33. //
  34. bind MOUSE1 "+attackprimary"
  35. bind MOUSE2 "+attacksecondary"
  36. bind r "reload"
  37. bind q "holster"
  38. bind h "weapdrop"
  39. //bind RCTRL "+attackprimary"
  40. //bind RSHIFT "+attacksecondary"
  41.  
  42. //
  43. // Weapon Selection Keys
  44. //
  45. bind MWHEELUP "weapnext"
  46. bind MWHEELDOWN "weapprev"
  47. //bind w "uselast"
  48.  
  49. bind 1 "useweaponclass pistol"
  50. bind 2 "useweaponclass rifle"
  51. bind 3 "useweaponclass smg"
  52. bind 4 "useweaponclass mg"
  53. bind 5 "useweaponclass grenade"
  54. bind 6 "useweaponclass heavy"
  55.  
  56. //
  57. // Item Selection & Use Keys
  58. //
  59. //bind [ "invprev"
  60. //bind ] "invnext"
  61. bind 7 "toggleitem"
  62. //bind MOUSE3 "toggleitem"
  63. //bind 8 "useweaponclass item2"
  64. //bind 9 "useweaponclass item3"
  65. //bind 0 "useweaponclass item4"
  66. bind e "+use"
  67.  
  68. //
  69. // Interface Keys
  70. //
  71. bind PAUSE "pause"
  72. bind ESCAPE "togglemenu"
  73. bind ` "toggleconsole"
  74. //bind * "quit"
  75. bind TAB +scores
  76.  
  77. //
  78. // Function Keys
  79. //
  80. bind F1 "vote y"
  81. bind F2 "vote n"
  82. bind F3 "pushmenu Controls"
  83. bind F4 "pushmenu_sp LoadSave"
  84. bind F5 "savegame quick"
  85. bind F6 "messagemode"
  86. //bind F7
  87. //bind F8
  88. bind F9  "loadgame quick"
  89. //bind F10
  90. //bind F11
  91. bind F12 "screenshot"
  92.  
  93. //
  94. // DM Commands
  95. //
  96. bind u "pushmenu_teamselect"
  97. bind p "pushmenu_weaponselect"
  98. bind t "sayteam"
  99. bind y "say"
  100. bind v "instamsg_main"